Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When querying the fields for a table, the schema is missing #377

Merged
merged 1 commit into from
Dec 29, 2024

Conversation

mhdev90
Copy link

@mhdev90 mhdev90 commented May 3, 2024

We have more than one schema in a PGSQL database. This causes problems if tables with the same name exist in different schemas that have different fields.
The problem is that the schema is not used when determining the fields.
I have now added the schema to the WHERE clause. Unfortunately, I can only test it with PGSQL at the moment.

@ikkez
Copy link
Member

ikkez commented Dec 29, 2024

finally tested with sql server as well and it works fine.

@ikkez ikkez merged commit 9c7695d into f3-factory:master Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants